ASP.NET MVC コントロールヘルプ
Palette(IEnumerable<Color>) メソッド

C1.Web.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > TreeMapBuilder<T> クラス > Palette メソッド : Palette(IEnumerable<Color>) メソッド
色コレクション
C1.Web.Mvc.TreeMap<T>.Palette を設定します。ツリーマップで使用するデフォルトの色の配列を設定します。
シンタックス
'宣言
 
Public Overloads Overrides Function Palette( _
   ByVal colors As System.Collections.Generic.IEnumerable(Of Color) _
) As TreeMapBuilder(Of T)
public override TreeMapBuilder<T> Palette( 
   System.Collections.Generic.IEnumerable<Color> colors
)

パラメータ

colors
色コレクション

戻り値の型

現在のビルダ
解説
この配列には、CSSカラーを表す文字列が含まれます。
参照

TreeMapBuilder<T> クラス
TreeMapBuilder<T> メンバ
オーバーロード一覧